/* @font-face{
	font-family:"douyv";
	src: url("../css/fonts/douyuFont-2.otf") format("opentype");
} */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #214279;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #eeeeee;
}

img {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger {
  display: none;
}

.x-center {
  width: 1140px;
}

.center {
  width: 1400px;
}

.header-box {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  transition: 0.3s;
}
.header-box.shActive{
  opacity: 0;
}
.header-box.i-active{
  background-color: rgba(10, 130, 216, 0.2);
}
.header-box.active{
  /* background-color: rgba(10, 130, 216, 1); */
  background-color: #214279;
}
.headerInner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  margin: 0 auto;
  height: 130px;
}
.headerInner .right .phone{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: auto;
  width: max-content;
}
.headerInner .right .nav-lan{
  display: flex;
  align-items: center;
  margin-top: 21px;
}
.headerInner .right .nav-lan .nav{
  display: flex;
}
.headerInner .right .nav-lan .nav li>a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.headerInner .right .nav-lan .nav li>a:hover{
  color: #0070C0;
}
.headerInner .right .nav-lan .nav li:not(:first-of-type){
  margin-left: 39px;
}
.headerInner .right .nav-lan .nav li .two{
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  width: 100%;
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
  padding-top: 30px;
  transition: 0.5s;
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 15%);
}
.headerInner .right .nav-lan .nav li .two .tnz{
  width: 100%;
  background-color: #FFFFFF;
}
.headerInner .right .nav-lan .nav li:hover>.two{
  transform: scaleY(1);
  opacity: 1;
}
.headerInner .right .nav-lan .nav li .two .ct{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 30px 0;
}
.headerInner .right .nav-lan .nav li .two .ct .tr{
  width: 340px;
  height: 180px;
  overflow: hidden;
}
.headerInner .right .nav-lan .nav li .two .ct .tr img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.5s ease-out;
}
.headerInner .right .nav-lan .nav li .two .ct .tr:hover>img{
  transform: scale(1.1);
}
.headerInner .right .nav-lan .nav li .two .ct .tr img:not(:first-of-type){
  display: none;
}
.headerInner .right .nav-lan .nav li .two .ct .tl{
  width: calc(100% - 300px - 100px);
}
.headerInner .right .nav-lan .nav li .two .ct .tl h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.headerInner .right .nav-lan .nav li .two .ct .tl h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}
.headerInner .right .nav-lan .nav li .two .ct .tl .tla{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.headerInner .right .nav-lan .nav li .two .ct .tl .tla a{
  width: calc((100% - 30px) / 3);
  margin-right: 10px;
  margin-bottom: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.headerInner .right .nav-lan .nav li .two .ct .tl .tla a.active{
  color: #0070C0;
}
.headerInner .right .nav-lan .nav li .two .ct .tl .tla a:nth-of-type(3n){
  margin-right: 0;
}
.headerInner .right .nav-lan .lan{
  margin-left: 39px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.headerInner .right .nav-lan .lan a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.mySwiper {
  width: 100%;
  height: 840px;
  overflow: hidden;
}
.mySwiper .ct {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.mySwiper .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct .nr{
  max-width: 650px;
  width: max-content;
  margin-left: auto;
}
.mySwiper .ct .nr .bt{
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 60px;
  color: #FFFFFF;
}
.mySwiper .ct .nr .bt span{
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 60px;
  color: #FF4444;
  line-height: 30px;
  text-stroke: 2px #EFEFEF;
  -webkit-text-stroke: 2px #EFEFEF;
}
.mySwiper .ct .ms{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  margin: 30px 0 70px 0;
}
.mySwiper .ct .pb-more{
  margin-left: auto;
}
.pb-more{
  width: 136px;
  height: 36px;
  border: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.3;
}
.pb-more span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 13px;
}
.pb-more::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #0A82D8;
  transition: 0.3s;
  z-index: -1;
}
.pb-more:hover{
  border-color: #0A82D8;
}
.pb-more:hover::before{
  width: 100%;
}
.mySwiper .swiper-pagination {
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 1;
  border: 2px solid #FFFFFF;
  position: relative;
}
.mySwiper .swiper-pagination-bullet::before{
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  background-color: #0A82D8;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.mySwiper .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-color: #0A82D8;
}
.mySwiper .swiper-pagination-bullet-active::before{
  width: 12px;
  height: 12px;
}
.mySwiper .qh{
  width: max-content;
  position: absolute;
  right: calc((100% - 1200px) / 2);
  bottom: 20px;
  display: flex;
  align-items: center;
  z-index: 12;
}
.mySwiper .qh .pb i{
  font-size: 24px;
  color: #FFFFFF;
  transition: 0.3s;
  cursor: pointer;
}
.mySwiper .qh .pb:last-of-type{
  margin-left: 15px;
}
.mySwiper .qh .pb i:hover{
  color: #0A82D8;
}
.i1-box{
  width: 100%;
  background: url('../images/i1-bg.jpg') no-repeat center / cover;
}
.i1Inner{
  padding: 45px 0 40px 0;
  margin: 0 auto;
}
.pb-title h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 34px;
  color: #0A82D8;
  text-align: center;
}
.pb-title h6{
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 14px;
}
.i1Inner .item1 .tabel{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.i1Inner .item1 .tabel a{
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  height: 44px;
  border: 1px solid #0A82D8;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #0A82D8;
  text-align: center;
  line-height: 44px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.i1Inner .item1 .tabel a::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #0A82D8;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}
.i1Inner .item1 .tabel a:hover{
  color: #FFFFFF;
}
.i1Inner .item1 .tabel a:hover::before{
  width: 100%;
}
.i1Inner .item1 .tabel a.active{
  color: #FFFFFF;
}
.i1Inner .item1 .tabel a.active::before{
  width: 100%;
}
.i1Inner .item1 .tabel a:nth-of-type(5n){
  margin-right: 0;
}
.i1Inner .item1 .box{
  margin-top: 59px;
}
.i1Inner .item1 .box .fl:not(:first-of-type){
  display: none;
}
.i1Inner .item1 .box .fl .rq{
  display: flex;
  flex-wrap: wrap;
}
.i1Inner .item1 .box .fl .rq a{
  width: calc((100% - 176px) / 5);
  margin-right: 44px;
  margin-bottom: 20px;
}
.i1Inner .item1 .box .fl .rq a:nth-of-type(5n){
  margin-right: 0;
}
.i1Inner .item1 .box .fl .rq a img{
  width: 100%;
}
.videoBox{
  margin-top: 70px;
}
.videoBox video{
  display: block;
  width: 100%;
}
.i1Inner .item2{
  margin-top: 67px;
}
.i1Inner .item2 .box{
  display: flex;
  width: 100%;
  height: 336px;
  margin-top: 30px;
}
.i1Inner .item2 .box .type.active{
  width: calc(506px);
}
.i1Inner .item2 .box .type{
  width: calc((100% - 506px - 9px) / 9);
  position: relative;
  cursor: pointer;
  transition: 0.8s;
}
.i1Inner .item2 .box .type:not(:last-of-type){
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.i1Inner .item2 .box .type img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i1Inner .item2 .box .type .flow{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 178px);
  z-index: 2;
  opacity: 0;
  transition: 1s;
}
.i1Inner .item2 .box .type.active .flow{
  opacity: 1;
}
.i1Inner .item2 .box .type.active .wz{
  opacity: 0;
}
.i1Inner .item2 .box .type .flow h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}
.i1Inner .item2 .box .type .flow h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
  margin: 30px 0 22px 0;
}
.i1Inner .item2 .box .type .flow a{
  width: 110px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
}
.i1Inner .item2 .box .type .flow a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: -1;
  background-color: #0A82D8;
}
.i1Inner .item2 .box .type .flow a:hover{
  border-color: #0A82D8;
}
.i1Inner .item2 .box .type .flow a:hover::before{
  width: 100%;
}
.i1Inner .item2 .box .type .wz{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  z-index: 1;
  transition: 1s;
}
.i1Inner .item3{
  margin-top: 50px;
} 
.i1Inner .item3 .box{
  margin-top: 30px;
  display: flex;
  /*height: 200px;*/
}
.i1Inner .item3 .moreV{
  margin: 30px auto 0;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 20px;
  background-color: #0A82D8;
  width: max-content;
  padding: 7px 24px;
  display: block;
  transition: 0.3s;
}
.i1Inner .item3 .moreV:hover{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
video::-webkit-media-controls-enclosure {
    overflow: hidden !important; /* 隐藏下载按钮 */
}
.i1Inner .item3 .box .rq{
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  /*height: 100%;*/
  position: relative;
  overflow: hidden;
}
.i1Inner .item3 .box .rq .flow{
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 6%);
  padding: 3%;
  z-index: 88;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.9));
}
.i1Inner .item3 .box .rq .flow i{
  font-size: 18px;
  color: #ffffff;
  padding: 8px;
  border-radius: 50%;
  transition: 0.3s;
}
.i1Inner .item3 .box .rq .flow i:hover{
  background-color: rgba(0,0,0,0.9);
}
.i1Inner .item3 .box .rq:nth-of-type(2n){
  margin-right: 0;
}
.i1Inner .item3 .box .rq img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.5s ease-out;
}
.i1Inner .item3 .box .rq h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  text-align: center;
  background-color: rgba(10, 130, 216, 0.3);
}
/*.i1Inner .item3 .box .rq:nth-of-type(2) h3{*/
/*  background-color: rgba(10, 130, 216, 0.3);*/
/*}*/
.i1Inner .item3 .box .rq:hover>img{
  transform: scale(1.1);
}
.i1Inner .item3 .box .rq video{
  width: 100%;
  height: auto;
}
.i1Inner .item4{
  margin-top: 50px;
}
.i1Inner .item4 .box{
  display: flex;
  margin-top: 30px;
  height: 332px;
}
.i1Inner .item4 .box .rq{
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i1Inner .item4 .box .rq:nth-of-type(2n){
  margin-right: 0px;
}
.i1Inner .item4 .box .rq img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.5s ease-out;
}
.i1Inner .item4 .box .rq p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 38px);
  padding: 15px 19px 12px 19px;
  background-color: rgba(10, 130, 216, 0.5);
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.i1Inner .item4 .box .rq:hover>img{
  transform: scale(1.1);
}
.i1Inner .item5{
  margin-top: 50px;
}
.i1Inner .item5 .ib{
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.i1Inner .item5 .ib img{
  width: 100%;
}
.i1Inner .item5 .ib .wz{
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
.i1Inner .item5 .ib .wz .t{
  display: flex;
  align-items: flex-end;
}
.i1Inner .item5 .ib .wz .t h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 36px;
  color: #0A82D8;
  line-height: 1;
}
.i1Inner .item5 .ib .wz .t h6{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #0A82D8;
  line-height: 1;
  margin-left: 10px;
}
.i1Inner .item5 .ib .wz .b{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
}
.i1Inner .item5 .ib .wz .b span{
  color: #F62D2D;
}
.banner{
  width: 100%;
  height: 600px;
  position: relative;
}
.banner .mb{
  width: 100%;
  height: 100%;
  background-color: rgba(10, 130, 216, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner h3{
  position: absolute;
  right: 25%;
  bottom: 30%;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  z-index: 2;
}
.banner h3 span{
  display: block;
}
.pb-tabel{
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}
.pb-tabel.active{
  background-color: #F9F9F9;
}
.pb-tabel .ct{
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
}
.pb-tabel .ct i{
  font-size: 16px;
  color: #0070C0;
  margin-right: 5px;
}
.pb-tabel .ct a,
.pb-tabel .ct span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.pb-tabel .ct span{
  margin: 0 5px;
}
.int1-box{
  width: 100%;
}
.int1Inner{
  margin: 0 auto;
  padding: 100px 0 120px 0;
  display: flex;
  justify-content: space-between;
}
.int1Inner .left{
  width: 667px;
}
.int1Inner .left h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 36px;
  color: #0070C0;
}
.int1Inner .left .line{
  width: 56px;
  height: 3px;
  background: #156CBD;
  margin: 20px 0 35px 0;
}
.int1Inner .left h5{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.int1Inner .left .txt{
  margin-top: 20px;
}
.int1Inner .left .txt p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.int1Inner .left .txt p:not(:first-of-type){
  margin-top: 10px;
}
.int1Inner .right{
  width: 658px;
  height: 400px;
  border-radius: 0px 50px 0px 50px;
  overflow: hidden;
}
.int1Inner .right img{
  transition: 1.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.int1Inner .right:hover>img{
  transform: scale(1.1);
}
.int2-box{
  width: 100%;
  height: 600px;
  position: relative;
}
.int2-box .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.int2Inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pb-bs{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb-bs h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  margin: 0 30px;
}
.pb-bs .pb{
  display: flex;
  justify-content: space-between;
  width: 62px;
}
.pb-bs .pb span{
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  transform: rotate(45deg);
}
.pb-bs.active .pb span{
  background-color: #0070C0;
}
.pb-bs.active h3{
  color: #0070C0;
}
.pb-bs .lf span:nth-of-type(1){
  opacity: 0.2;
}
.pb-bs .lf span:nth-of-type(2){
  opacity: 0.5;
}
.pb-bs .rh span:nth-of-type(3){
  opacity: 0.2;
}
.pb-bs .rh span:nth-of-type(2){
  opacity: 0.5;
}
.int2Inner .box{
  display: flex;
  margin-top: 100px;
}
.int2Inner .box a{
  width: calc((100% - 93px) / 4);
  height: calc(188px - 36px);
  margin-right: 31px;
  border-radius: 5px;
  border: 2px solid rgba(255,255,255,0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.6s;
}
/*.int2Inner .box a::before{*/
/*  display: block;*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 0;*/
/*  height: 100%;*/
/*  background-color: #0070C0;*/
/*  transition: 0.6s;*/
/*  z-index: -1;*/
/*}*/
/*.int2Inner .box a:hover{*/
/*  border-color: #0070C0;*/
/*}*/
/*.int2Inner .box a:hover::before{*/
/*  width: 100%;*/
/*}*/
.int2Inner .box a:nth-of-type(4n){
  margin-right: 0;
}
.int2Inner .box a img{
  height: 38px;
}
.int2Inner .box a img{
  height: 38px;
  transition: 0.6s;
}
.int2Inner .box a:hover>img{
  transform: rotateY(180deg);
}
.int2Inner .box a h4{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  width: 90%;
  text-align: center;
  margin: 26px 0 16px 0;
}
.int2Inner .box a h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
.int3-box{
  width: 100%;
  background-color: #F6F6F6;
}
.int3Inner{
  margin: 0 auto;
  padding: 80px 0 100px 0;
}
.int3Inner h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  text-align: center;
  margin: 18px 0 55px 0;
}
.int3Inner .box{
  width: 100%;
  position: relative;
}
.int3Inner .box .rySwiper{
  width: calc(100% - 170px);
  margin: 0 auto;
}
.int3Inner .box .rySwiper a{
  display: block;
  width: 100%;
}
.int3Inner .box .rySwiper a img{
  width: 100%;
}
.int3Inner .box .pb{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #CCCCCC;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.int3Inner .box .pb i{
  font-size: 28px;
  color: #FFFFFF;
  transition: 0.3s;
}
.int3Inner .box .pb:hover{
  background-color: #0070C0;
}
.int3Inner .box .pb:hover>i{
  color: #FFFFFF;
}
.int3Inner .box .prev{
  left: 0;
}
.int3Inner .box .next{
  right: 0;
}
.int4-box{
  width: 100%;
  background: url('../images/int4-1.png') no-repeat center / cover;
}
.int4Inner{
  margin: 0 auto;
  padding: 82px 0 140px 0;
}
.int4Inner .box .item:not(:first-of-type){
  margin-top: 80px;
}
.int4Inner .box{
  margin-top: 65px;
}
.int4Inner .box .item h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #0070C0;
}
.int4Inner .box .item p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  margin-top: 34px;
}
.hire-box{
  width: 100%;
}
.hireInner{
  margin: 0 auto;
  padding: 20px 0 30px 0;
}
.pb-tl{
  border-bottom: 1px solid #0070C0;
}
.pb-tl a{
  display: block;
  width: 160px;
  height: 48px;
  background: #0070C0;
  border-radius: 5px 5px 0px 0px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
.hireInner form{
  margin: 20px 0 30px 0;
}
.hireInner form .row{
  display: flex;
  justify-content: space-between;
}
.hireInner form .row input{
  width: calc((100% - 20px) / 2);
}
.hireInner form input{
  width: 100%;
  height: 48px;
  border: 1px solid #ECECEC;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  text-indent: 20px;
  outline: none;
  background-color: transparent;
}
.hireInner form input::placeholder,
.hireInner form input::-webkit-input-placeholder{
  color: #888888;
}
.hireInner form textarea{
  width: 100%;
  height: 185px;
  border: 1px solid #ECECEC;
  text-indent: 20px;
  padding-top: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  outline: none;
  resize: none;
  margin-bottom: 20px;
}
.hireInner form textarea::placeholder,
.hireInner form textarea::-webkit-input-placeholder{
  color: #888888;
}
.hireInner form button{
  border: none;
  outline: none;
  width: 180px;
  height: 50px;
  background: #0070C0;
  border-radius: 5px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.hireInner .box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hireInner .box a{
  width: calc((100% - 60px - 8px) / 4);
  margin-right: 20px;
  border: 1px solid #EEEEEE;
}
.hireInner .box a:nth-of-type(4n){
  margin-right: 0;
}
.hireInner .box a .img-box{
  width: 100%;
  height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hireInner .box a .img-box img{
  max-width: 85%;
  max-height: 85%;
  transition: 1.5s ease-out;
}
.hireInner .box a:hover>.img-box img{
  transform: scale(1.1);
}
.hireInner .box a p{
  width: calc(100% - 20px);
  padding: 0 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  border-top: 1px solid #EEEEEE;
  transition: 0.3s;
}
.hireInner .box a:hover>p{
  color: #0070C0;
}
.con-box{
  width: 100%;
}
.conInner{
  padding: 47px 0 75px 0;
  margin: 0 auto;
}
.conInner .top{
  display: flex;
  justify-content: space-between;
}
.conInner .top .left h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #0070C0;
}
.conInner .top .left .line{
  width: 48px;
  height: 3px;
  background: #0070C0;
  margin: 18px 0 25px 0;
}
.conInner .top .left .txt p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.conInner .top .right{
  display: flex;
}
.conInner .top .right .item img{
  width: 180px;
}
.conInner .top .right .item p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 13px;
  text-align: center;
}
.conInner .top .right .item:not(:first-of-type){
  margin-left: 80px;
}
.conInner .map-box{
  margin-top: 50px;
}
.conInner .map-box{
  width: 100%;
  height: 500px;
}
#map{
  width: 100%;
  height: 100%;
}
#map .amap-logo{
  display: none;
  opacity: 0 !important;
}
#map .amap-copyright{
  display: none !important;
}
#map .amap-info-close{
  display: none;
}
#map .c-map-h4{
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.sup-box{
  width: 100%;
}
.supInner{
  padding: 20px 0 50px 0;
  margin: 0 auto;
}
.supInner p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 30px;
}
.supInner img{
  width: 100%;
  margin-top: 30px  ;
}
.case-box{
  width: 100%;
}
.caseInner{
  margin: 0 auto;
  padding: 20px 0 40px 0;
}
.case-list{
  display: flex;
  flex-wrap: wrap;
}
.case-list li{
  width: calc((100% - 58px) / 3);
  height: 332px;
  margin-right: 29px;
  margin-bottom: 29px;
}
.case-list li:nth-of-type(3n){
  margin-right: 0;
}
.case-list li a{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.case-list li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.5s ease-out;
}
.case-list li a:hover>img{
  transform: scale(1.1);
}
.case-list li a p{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(10, 130, 216, 0.5);
  width: calc(100% - 38px);
  padding: 15px 19px 13px 19px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.cased-box{
  width: 100%;
}
.casedInner{
  padding: 38px 0 30px 0;
  margin: 0 auto;
}
.casedInner h3{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.casedInner .time{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin: 18px 0 25px 0;
}
.casedInner .content{
  border-top: 1px solid #DFDFDF;
  padding-top: 17px;
}
.casedInner .content p,
.casedInner .content span{
  font-family: Source Han Sans CN !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #888888 !important;
  line-height: 30px !important;
}
.casedInner .content p:not(:first-of-type),
.casedInner .content span:not(:first-of-type){
  margin-top: 17px;
}
.casedInner .content img{
  max-width: 100%;
  margin: 17px auto 0;
}
.casedInner .bottom{
  border-top: 1px solid #DFDFDF;
  margin-top: 30px;
  padding-top: 17px;
}
.casedInner .bottom a{
  display: block;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  transition: 0.3s;
}
.casedInner .bottom a:hover{
  color: #0070C0;
}
.casedInner .bottom a:last-of-type{
  margin-top: 25px;
}
.prod-box{
  width: 100%;
}
.prodInner{
  margin: 0 auto;
  padding: 30px 0;
}
.prodInner .top{
  display: flex;
  justify-content: space-between;
}
.prodInner .left{
  width: 420px;
}
.prodInner .left .top-swiper-box{
  border: 1px solid #F2F2F2;
  width: 100%;
  height: 420px;
}
.prodInner .left .top-swiper{
  height: 100%;
}
.prodInner .left .top-swiper-box .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodInner .left .top-swiper-box img{
  max-width: 100%;
  max-height: 100%;
}
.prodInner .left .bottom-swiper-box{
  margin-top: 10px;
  position: relative;
}
.prodInner .left .bottom-swiper-box .bottom-swiper{
  width: calc(100% - 52px);
  margin: 0 auto;
}
.prodInner .left .bottom-swiper-box a{
  width: calc(100% - 2px);
  height: 65px;
  border: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodInner .left .bottom-swiper-box img{
  max-width: 100%;
  max-height: 100%;
}
.prodInner .left .bottom-swiper-box .swiper-button-prev,
.prodInner .left .bottom-swiper-box .swiper-button-next{
  width: 16px;
  height: 100%;
  background-image: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  border: 1px solid #F2F2F2;
  transition: 0.3s;
  top: 0;
  margin-top: 0;
}
.prodInner .left .bottom-swiper-box .swiper-button-prev:hover,
.prodInner .left .bottom-swiper-box .swiper-button-next:hover{
  border-color: #0070C0;
}
.prodInner .left .bottom-swiper-box .swiper-button-prev{
  left: 0px;
}
.prodInner .left .bottom-swiper-box .swiper-button-next{
  right: 0px;
}
.prodInner .left .bottom-swiper-box .swiper-button-prev i,
.prodInner .left .bottom-swiper-box .swiper-button-next i {
  color: #F2F2F2;
  font-size: 16px;
  transition: 0.3s;
}
.prodInner .left .bottom-swiper-box .swiper-button-prev:hover>i,
.prodInner .left .bottom-swiper-box .swiper-button-next:hover>i{
  color: #0070C0;
}
.prodInner .left .bottom-swiper-box .swiper-slide-thumb-active a{
  border-color: #0070C0;
}
.prodInner .right{
  width: calc(100% - 420px - 25px);
}
.prodInner .right h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.prodInner .right .line{
  width: 100%;
  height: 1px;
  background-color: #ECECEC;
  margin: 15px 0;
}
.prodInner .right .tx{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.prodInner .right .txt{
  margin-top: 17px;
}
.prodInner .right .txt p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 30px;
}
.prodInner .ms{
  margin-top: 30px;
}
/*.prodInner .ms .txt{*/
/*  margin: 18px 0 30px 0;*/
/*}*/
.prodInner .ms img{
  width: 100%;
}
.prodInner .ms .pb-tl{
  margin-bottom: 18px;
}
.prodInner .ms>p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}
.prodInner .ms table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}
.prodInner .ms table thead th{
  background-color: #F3F3F3;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #888888;
  padding: 18px 5px 13px;
}
.prodInner .ms table thead th:not(:first-of-type){
  border-left: 1px solid #ffffff;
}
.prodInner .ms table tbody td{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  padding: 13px 5px;
  text-align: center;
}
.prodInner .ms table tbody td:not(:first-of-type){
  border-left: 1px solid #ffffff;
}
.prodInner .ms table tbody tr:nth-of-type(even){
  background-color: #F3F3F3;
}
.prodInner .zs{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
}
.prodInner .zs a{
  width: calc((100% - 1px) / 2);
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodInner .zs a:nth-of-type(2n){
  border-right: none;
}
.prodInner .zs a .ib{
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  overflow: hidden;
}
.prodInner .zs a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.5s ease-out;
}
.prodInner .zs a .ib:hover>img{
  transform: scale(1.1);
}
.pro-box{
  width: 100%;
  background-color: #F9F9F9;
}
.proInner{
  padding: 20px 0 40px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.proInner .slide{
  width: 260px;
}
.proInner .slide h3{
  width: calc(100% - 42px);
  padding: 15px 21px;
  background-color: #0070C0;
  border-radius: 5px 5px 0px 0px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.proInner .slide ul li{
  width: 100%;
  background-color: #ffffff;
  width: calc(100% - 42px);
  padding: 0 21px;
}
.proInner .slide ul li a{
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
}
.proInner .slide ul li a i{
  font-size: 16px;
  color: #888888;
  transition: 0.3s;
}
.proInner .slide ul li a span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  width: calc(100% - 16px - 10px);
  transition: 0.3s;
}
.proInner .slide ul li.active a i,
.proInner .slide ul li.active a span{
  color: #0070C0;
}
.proInner .slide ul li:hover>a i,
.proInner .slide ul li:hover>a span{
  color: #0070C0;
}
.proInner .right{
  width: calc(100% - 260px - 20px);
}
.proInner .right .item{
  width: calc(100% - 40px - 60px);
  padding: 32px 60px 38px 40px;
  background-color: #ffffff;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proInner .right .item:hover{
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  transform: translateX(15px);
}
.proInner .right .item:not(:first-of-type){
  margin-top: 20px;
}
.proInner .right .item .img-box{
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proInner .right .item .img-box img{
  max-width: 100%;
  max-height: 100%;
}
.proInner .right .item .txt{
  width: calc(100% - 260px - 70px);
}
.proInner .right .item .txt h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.proInner .right .item:hover>.txt h3{
  color: #0070C0;
}
.proInner .right .item .txt h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 84px;
  margin: 22px 0 34px 0;
}
.proInner .right .item .txt a{
  width: 158px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  text-align: center;
  line-height: 50px;
  font-family: Source Han Sans CN;
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: block;
}
.proInner .right .item .txt a::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #0070C0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  z-index: -1;
}
.proInner .right .item .txt a:hover{
  color: #ffffff;
  border-color: #0070C0;
}
.proInner .right .item .txt a:hover::before{
  width: 100%;
}
.proInner .page{
  margin-top: 30px;
}
/* 分页 */
.page {
  width: 100%;
  margin-top: 10px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0px;
}
.page .el-pagination .btn-prev {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #D2D2D2;
}
.page .el-pagination .btn-next {
  padding: 0;
  width: 40px;
  background: #ffffff;
  border: 1px solid #D2D2D2;
  height: 40px;
}
.page .el-pager li {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  border: 1px solid #D2D2D2 !important;
  margin-right: 5px;
  padding: 0px;
}
.page .el-pager li.active {
  background-color: #0070C0;
  color: #ffffff;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #0070C0;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #0070C0;
}
.diaolog{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
}
.diaolog video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 75%;
  max-width: 75%;
}
.diaolog img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 80%;
  max-width: 80%;
  background: #FFFFFF;
}
.diaolog i{
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}
.footer-box{
  width: 100%;
  background-color: #214279;
}
.ftInner{
  padding: 40px 0 0 0;
  margin: 0 auto;
}
.ftInner .t{
  display: flex;
  justify-content: space-between;
}
.ftInner .t .left{
  display: flex;
}
.ftInner .t .left .line{
  width: 1px;
  height: 160px;
  background-color: #345489;
  margin: 0 40px;
}
.ftInner .t .left .dh{
  display: flex;
}
.ftInner .t .left .dh .item h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.ftInner .t .left .dh .item .txt{
  margin-top: 20px;
}
.ftInner .t .left .dh .item .txt a{
  display: block;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.ftInner .t .left .qr-b{
  display: flex;
}
.ftInner .t .left .qr-b .item img{
  width: 130px;
  height: 130px;
}
.ftInner .t .left .qr-b .item p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 12px;
}
.ftInner .t .left .qr-b .item:not(:first-of-type){
  margin-left: 40px;
}
.ftInner .t .left .js{
  max-width: 235px;
}
.ftInner .t .left .js h3{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.ftInner .t .left .js .txt{
  margin-top: 20px;
}
.ftInner .t .left .js .txt p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.ftInner .b{
  border-top: 1px solid #345489;
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  margin-top: 36px;
}
.ftInner .b a{
  font-family: Source Han Sans CN;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
}
@media only screen and (max-width:1560px) {
  .center{
    width: 1100px;
  }
  .headerInner{
    height: 100px;
  }
  .headerInner .right .nav-lan .nav li .two{
    padding-top: 20px;
    top: calc(100% - 20px);
  }
  .headerInner .logo img{
    height: 60px;
  }
  .headerInner .right .nav-lan{
    margin-top: 10px;
  }
  .mySwiper .ct .nr{
    max-width: 580px;
  }
  .mySwiper{
    height: 700px;
  }
  .mySwiper .ct .nr .bt{
    font-size: 50px;
  }
  .mySwiper .ct .nr .bt span{
    font-size: 50px;
  }
  .banner h3{
    font-size: 38px;
  }
  .banner{
    height: 500px;
  }
  .int1Inner .left{
    width: 520px;
  }
  .int1Inner .right{
    width: 510px;
    height: 320px;
  }
  .int2Inner .box a{
    padding-top: 28px;
    height: calc(178px - 28px);
  }
  .int2Inner .box a h4{
    margin: 22px 0 12px 0;
  }
  .hireInner .box a .img-box{
    height: 233px;
  }
  .case-list li{
    height: 250px;
  }
  .prodInner .zs a{
    height: 380px;
  }
  .proInner .slide{
    width: 235px;
  }
  .proInner .right{
    width: calc(100% - 235px - 20px);
  }
  .proInner .right .item .img-box{
    width: 230px;
    height: 230px;
  }
  .proInner .right .item .txt{
    width: calc(100% - 230px - 50px);
  }
  .ftInner .t .left .line{
    margin: 0 25px;
  }
  .ftInner .t .left .qr-b .item img{
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width:1360px) {
  .mySwiper{
    height: 600px;
  }
  .mySwiper .ct .nr .bt{
    font-size: 46px;
  }
  .mySwiper .ct .nr .bt span{
    font-size: 46px;
  }
}